* {
* bind "<Control>Right" { "move-cursor" (visual-positions, 3, 0) };
* bind "<Control>Left" { "move-cursor" (visual-positions, -3, 0) };
- * };
+ * }
* GtkEntry
* {
- * gtk-key-bindings: MoveCursor3
+ * gtk-key-bindings: MoveCursor3;
* }
* </programlisting></informalexample>
* </para>
* {
* bind "<Control>Right" { };
* bind "<Control>Left" { };
- * };
+ * }
* GtkEntry
* {
- * gtk-key-bindings: MoveCursor3
+ * gtk-key-bindings: MoveCursor3;
* }
* </programlisting></informalexample>
* The above example will not have the desired effect of causing
* {
* unbind "<Control>Right";
* unbind "<Control>Left";
- * };
+ * }
* GtkEntry
* {
- * gtk-key-bindings: MoveCursor3
+ * gtk-key-bindings: MoveCursor3;
* }
* </programlisting></informalexample>
* Now, GTK+ will find a match when looking up "<Control>Right"